type testing.chattyFlag

7 uses

	testing (current package)
		testing.go#L486: 	chatty               chattyFlag
		testing.go#L519: type chattyFlag struct {
		testing.go#L524: func (*chattyFlag) IsBoolFlag() bool { return true }
		testing.go#L526: func (f *chattyFlag) Set(arg string) error {
		testing.go#L540: func (f *chattyFlag) String() string {
		testing.go#L550: func (f *chattyFlag) Get() any {
		testing.go#L559: func (f *chattyFlag) prefix() string {